home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 152 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  882 b 

  1. Path: news.cs.hope.edu!vnopstal
  2. From: vnopstal@cs.hope.edu (Michael Van Opstall)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Looking for a simple matrix class
  5. Date: 2 Jan 1996 20:15:22 GMT
  6. Organization: Hope College
  7. Message-ID: <4cc3oq$9if@news.cs.hope.edu>
  8. References: <Pine.SGI.3.90.960101105238.9981A-100000@herod.technion.ac.il>
  9. NNTP-Posting-Host: smaug.cs.hope.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. I've got a matrix class which overloads +, -, and * as well as finding
  13. transposes and inverses. However, it only works for 3x3 square matrices. With
  14. a little work, it could easily be made dynamic or changed to a different size,
  15. but that would probably sacrifice the inverses (the hardest part). It would
  16. be easy to overload the == and = ops as well. e-mail me for more info.
  17.  
  18. --
  19. Michael A. Van Opstall  --  vnopstal@cs.hope.edu
  20. http://www.cs.hope.edu/~vnopstal/deal.html - try it
  21.